appendFile(String,String) Method
In This Topic
Appends the given file to the merged file.
Syntax
public void appendFile(
java.lang.String ,
java.lang.String
)
|
Parameters
- fileName
- PDF file to append.
- password
- Password if the input file is encrypted.
See Also